home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6584
/
6584.xpi
/
chrome
/
flashvideodownloader
/
content
/
pagevids.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-24
|
1KB
|
25 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="rootWnd" title="Download video with FlashVideoDownloader"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="padding:8px;max-height:400px;min-height:100px;max-width:800px;min-width:200px;">
<spacer height="2" width="7" />
<description class="plain" style="margin-left:5px;font-size:160%;" crop="center">There are some videos which you can download.</description>
<box id="sites" style="margin:5px;overflow:hidden;overflow-y:auto;font-size:130%;padding-right:15px;" flex="1" orient="vertical">
</box>
<spacer height="2" />
<separator class="groove"/>
<spacer height="2" />
<box orient="horizontal">
<button label="Choose" style="width:30px;" oncommand="FlashVDFrm.get_folder();" />
<textbox id="fav_folder_text" style="width:300px;" value="" readonly="true" />
</box>
<caption style="padding-left:76px;color:gray;font-size:80%;" label="favorite folder to download media files" />
<script type="application/x-javascript" src="chrome://flashvideodownloader/content/download_frm_page.js"/>
<script>
FlashVDFrm.init();
</script>
</window>